home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Diehl Graphsoft / German / MiniCad / MiniCad-PPC / MiniCad 5.0.1-D / MiniCad 5.0.1-D.rsrc / STR#_7023.txt < prev    next >
Text File  |  1994-10-06  |  1KB  |  41 lines

  1. Returns the previous symbol definition from the symbol library
  2.  
  3. PrevSymDef(ObjectHandle : HANDLE) : HANDLE;
  4.  
  5. Returns the next symbol definition from the symbol library
  6.  
  7. NextSymDef(ObjectHandle : HANDLE) : HANDLE;
  8.  
  9. Returns the handle of the previous deselected object in the list
  10.  
  11. PrevDObj(ObjectHandle : HANDLE) : HANDLE;
  12.  
  13. Returns the handle of the next deselected object in the list
  14.  
  15. NextDObj(ObjectHandle : HANDLE) : HANDLE;
  16.  
  17. Returns the handle of the previous selected object in the list
  18.  
  19. PrevSObj(ObjectHandle : HANDLE) : HANDLE;
  20.  
  21. Returns the handle of the next selected object in the list
  22.  
  23. NextSObj(ObjectHandle : HANDLE) : HANDLE;
  24.  
  25. Returns the handle of the previous object in the list
  26.  
  27. PrevObj(ObjectHandle : HANDLE) : HANDLE;
  28.  
  29. Returns the handle of the next object in the list
  30.  
  31. NextObj(ObjectHandle : HANDLE) : HANDLE;
  32.  
  33. Returns the handle of the previous layer in the list
  34.  
  35. PrevLayer(LayerHandle : HANDLE) : HANDLE;
  36.  
  37. Returns the handle of the next layer in the list
  38.  
  39. NextLayer(LayerHandle : HANDLE) : HANDLE;
  40.  
  41.